home *** CD-ROM | disk | FTP | other *** search
- /****
- * FILE: CMacLockDoc.h
- * Programmer: Mark Bykerk Kauffman
- * Date: 1/91
- * Purpose:
- * Document class for a MacLock.
- *
- ****/
-
- #define _H_CMacLockDoc
-
- /* Parent class. */
- #include <CStarterDoc.h>
-
- struct CMacLockDoc : CStarterDoc {
-
- /* Methods */
- void IMacLockDoc(CBureaucrat *aSupervisor, Boolean printable);
- void BuildWindow(Handle theData);
-
- /* Dispose, DoCommand, Activate, Deactivate, NewFile and OpenFile
- are inherited.
- */
- };